home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000029_fdc@columbia.edu_Wed Apr 30 15:47:23 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  36 lines

  1. Article: 14245 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Newbie user: logging connections
  6. Date: 30 Apr 2003 15:47:17 -0400
  7. Organization: Columbia University
  8. Lines: 19
  9. Message-ID: <b8p985$abs$1@watsol.cc.columbia.edu>
  10. References: <pan.2003.04.30.14.37.12.485694.29665@armadillo.itg.ti.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1051732039 6710 128.59.39.139 (30 Apr 2003 19:47:19 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 30 Apr 2003 19:47:19 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14245
  16.  
  17. In article <pan.2003.04.30.14.37.12.485694.29665@armadillo.itg.ti.com>,
  18. David Huff  <dhuff@armadillo.itg.ti.com> wrote:
  19. : I'm running C-Kermit 8.0.209 for Linux. When I use kermit to dial a phone
  20. : number (and it works) I'm used to seeing:
  21. :    Call complete: "CONNECT...
  22. : on screen. I'd like to log this "Call complete" message in a file, if I
  23. : can. Thought I'd found the proper command with "log cx"...
  24. :
  25. Which is a nickname for "log connections"...
  26.  
  27. : ... but the CX.LOG
  28. : file doesn't have that in there - matter of fact, it's empty :)
  29. It's not supposed to be.  The log record is not written until the connection
  30. is closed.  Did you look at it then?
  31.  
  32. - Frank
  33.